What is an effective way to familiarize yourself with a new application in a new language? [closed]

Posted by codeninja on Programmers See other posts from Programmers or by codeninja
Published on 2011-08-15T03:10:35Z Indexed on 2011/11/20 18:25 UTC
Read the original article Hit count: 183

Filed under:
|

Possible Duplicate:
How do I pick up a new language quickly, given I know several others?

I started a new job working on an application I'm vaguely familar with, and it's in PERL! I come from a PHP and Java background, so while I understand the basics, there are lot of nuances in PERL that make it troublesome.

updated < Im supposed to be a UI developer, but the smallness of the office requires me to learn and do a lot more than just javascript. So that was slightly unexpected in some aspects and I'm just thinking about what approach to take with this > /updated

So far I've been sifting through the code to understand what each part does, printed out copies of code and try to lookup APIs I'm not familiar with, and so I dunno how effective this process is -- I feel like it's gonna take some time -- and I dont want my new employers to feel like I'm not being productive.

Anyone have some ideas or approaches for this kind of situation?

I read some of the questions about learning new languages, but I'm curious to see if anyone's had experience with this with PERL.

© Programmers or respective owner

Related posts about education

Related posts about perl